Deprecate arrow_type and shadow_type direct access in GtkArrow.
authorTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 10:56:55 +0000 (10:56 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 10:56:55 +0000 (10:56 +0000)
* gtk/gtkarrow.h: Deprecate public object fields by GSEAL.

svn path=/trunk/; revision=20480

gtk/gtkarrow.h

index cdb5d50768ec278853d11604ccc1030b6d118e8d..08fca7175db0a19bf52da5ee42c8c8b63d6ba62a 100644 (file)
@@ -54,8 +54,8 @@ struct _GtkArrow
 {
   GtkMisc misc;
 
-  gint16 arrow_type;
-  gint16 shadow_type;
+  gint16 GSEAL(arrow_type);
+  gint16 GSEAL(shadow_type);
 };
 
 struct _GtkArrowClass